projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f46432
)
Remove a deprecated call to gtk_status_icon_set_tooltip
author
Tobias Mueller
<tobiasmue@gnome.org>
Sun, 19 Apr 2009 23:45:10 +0000
(
01:45
+0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 4 May 2009 03:44:01 +0000
(23:44 -0400)
This fixes bug 574386.
tests/teststatusicon.c
patch
|
blob
|
history
diff --git
a/tests/teststatusicon.c
b/tests/teststatusicon.c
index 86473601f89381bf6b119bb4f84c14eac40e909b..4829bf0d0a2409b5695d98e14d4561c12297aada 100755
(executable)
--- a/
tests/teststatusicon.c
+++ b/
tests/teststatusicon.c
@@
-89,7
+89,7
@@
update_icons (void)
GtkStatusIcon *status_icon = l->data;
gtk_status_icon_set_from_icon_name (status_icon, icon_name);
- gtk_status_icon_set_tooltip (status_icon, tooltip);
+ gtk_status_icon_set_tooltip
_text
(status_icon, tooltip);
}
}